home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Niagara Parks / Postcard CD: Niagara Parks (2004).iso / pc / 5lang.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  2001-12-19  |  275 b   |  17 lines

  1. global language
  2.  
  3. on mouseEnter me
  4.   cursor(280)
  5.   set the memberNum of sprite 15 to the memberNum of sprite 15 + 1
  6. end
  7.  
  8. on mouseLeave me
  9.   cursor(-1)
  10.   set the memberNum of sprite 15 to the memberNum of sprite 15 - 1
  11. end
  12.  
  13. on mouseUp me
  14.   language = 5
  15.   go(1, "IntroMov")
  16. end
  17.